home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
comm
/
ums
/
newclean.lha
/
QuitUMS.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-08-08
|
258b
|
14 lines
/* quit the currently running default UMS server */
libname = "ums.library"
if ~show("L", libname) then do
if ~addlib(libname, 0, -210, 8) then do
say libname "not found!"
exit
end
end
say "quitting..."
call UMSServerControl("Quit","default")